/* -*-C-*-
********************************************************************************
*
* File:         Optic
* Description:  Optic Device Symbol Class
*
* Licensed Program Product:
*   NetView for AIX  V3R1
*
* (C) COPYRIGHT International Business Machines Corp. 1992,1994,
* (C) COPYRIGHT Hewlett-Packard Co. 1992,
*     All Rights Reserved,
*
* US Government Users Restricted Rights - Use, duplication or,
* disclosure restricted by GSA ADP Schedule Contract with
* IBM Corp. and its licensors.
*
********************************************************************************
*/

SymbolClass "Optic"
{
        Scale 7;
        Segment (-9, -8) to (-9, 8) to (9, 8) to (9, -8) to (-9, -8);
        DefaultStatusSource Compound;
        DefaultLayout RowColumn;
        Variety Icon;
        Capabilities {
                isOptic = 1;
        }
}

/**********************************************************************
*
*  Symbol for the 9729 Device
*
**********************************************************************/

SymbolType "Optic" : "9729Host"
{
        Filebase "IBM9729Host";
        CursorSize 38;
        Capabilities {
                isIBM9729 = 1;
		isSNMPSupported = 1;
		vendor = "IBM";
		SNMPAgent = "IBM TCPIP OS2";
        }
}

/**********************************************************************
*
*  Symbol for the 9729 Diagnostic Card
*
**********************************************************************/

SymbolType "Optic" : "9729Oper"
{
        Filebase "IBM9729Oper";
        CursorSize 38;
        Capabilities {
                isIBM9729Oper = 1;
		vendor = "IBM";
        }
}

/**********************************************************************
*
*  Symbol for the 9729 LRC & I/O Card
*
**********************************************************************/

SymbolType "Optic" : "9729Card"
{
        Filebase "IBM9729Card";
        CursorSize 38;
        Capabilities {
                isIBM9729Card = 1;
		vendor = "IBM";
        }
}

/**********************************************************************
*
*  Symbol for the 9729 Optical Amplifier Card
*
**********************************************************************/

SymbolType "Optic" : "9729Amp"
{
        Filebase "IBM9729Amp";
        CursorSize 38;
        Capabilities {
                isIBM9729Amp = 1;
		vendor = "IBM";
        }
}
